PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutRubyAlign Enumeration
In This Topic
    PDFStandardLayoutRubyAlign Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setRubyAlign method.
    Members
    MemberDescription
    CENTERThe content shall be centred in the inline-progression direction.
    DISTRIBUTEThe content shall be expanded to fill the available width in the inline-progression direction. However, space shall also be inserted at the start edge and end edge of the text.
    ENDThe content shall be aligned on the end edge in the inlineprogression direction.
    JUSTIFYThe content shall be expanded to fill the available width in the inline-progression direction.
    STARTThe content shall be aligned on the start edge in the inlineprogression direction.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutRubyAlign

    See Also